home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1705 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: urvile.msus.edu!NewsWatcher!user
  2. From: gj489@Cleveland.freenet.edu (gj489)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Dumb CLI question:Rename?
  5. Date: 22 Jan 1996 21:35:41 GMT
  6. Organization: National Aeronautical and Space Administration
  7. Message-ID: <gj489-2201961539370001@199.17.138.42>
  8. References: <4dq6ca$bo0@nnrp1.news.primenet.com> <1650.6594T889T1562@ukc.ac.uk> <4e0001$82p@news.lth.se> <oj668e46w3y.fsf@hpsrk.fc.hp.com>
  9. NNTP-Posting-Host: 199.17.138.42
  10.  
  11.  This whole things seems to suck! Yeah, why do you have to make
  12. things complicated?
  13.  
  14.  First of all, you can get information about the rename command
  15. by typing this in your CLI prompt: rename ?
  16.  
  17.  Second, some people seem to miss the point of this! The original
  18. question would be how to move files in a different folder using
  19. the AMigaDOS rename command.
  20.  Simply, make sure you ONLY rename in the same device (ex. RAM:)
  21. with something like:
  22.   rename ram:dummy_stupid.file ram:crap/dumped/smarter.file
  23. while the directories exist in your ram as ram:crap/dumbped to
  24. be a valid path you want to move the file into.
  25.